TSTP Solution File: SET027^7 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : SET027^7 : TPTP v8.1.2. Released v5.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n005.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Sat May  4 09:17:30 EDT 2024

% Result   : Theorem 0.16s 0.44s
% Output   : CNFRefutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   25
% Syntax   : Number of formulae    :   55 (  25 unt;  16 typ;   0 def)
%            Number of atoms       :  143 (  17 equ;   0 cnn)
%            Maximal formula atoms :   18 (   3 avg)
%            Number of connectives :  447 (  69   ~;  57   |;   8   &; 304   @)
%                                         (   0 <=>;   9  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   18 (   6 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   70 (  70   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   17 (  15 usr;   5 con; 0-3 aty)
%            Number of variables   :   80 (  46   ^  34   !;   0   ?;  80   :)

% Comments : 
%------------------------------------------------------------------------------
thf(decl_sort1,type,
    mu: $tType ).

thf(decl_24,type,
    mnot: ( $i > $o ) > $i > $o ).

thf(decl_25,type,
    mor: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_30,type,
    mand: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_31,type,
    mimplies: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_33,type,
    mequiv: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_36,type,
    exists_in_world: mu > $i > $o ).

thf(decl_37,type,
    mforall_ind: ( mu > $i > $o ) > $i > $o ).

thf(decl_50,type,
    mvalid: ( $i > $o ) > $o ).

thf(decl_57,type,
    member: mu > mu > $i > $o ).

thf(decl_58,type,
    subset: mu > mu > $i > $o ).

thf(decl_60,type,
    esk2_3: $i > mu > mu > mu ).

thf(decl_61,type,
    esk3_0: $i ).

thf(decl_62,type,
    esk4_0: mu ).

thf(decl_63,type,
    esk5_0: mu ).

thf(decl_64,type,
    esk6_0: mu ).

thf(mand,axiom,
    ( mand
    = ( ^ [X4: $i > $o,X5: $i > $o] : ( mnot @ ( mor @ ( mnot @ X4 ) @ ( mnot @ X5 ) ) ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.4ZUY6PpYj0/E---3.1_29958.p',mand) ).

thf(mnot,axiom,
    ( mnot
    = ( ^ [X4: $i > $o,X3: $i] :
          ~ ( X4 @ X3 ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.4ZUY6PpYj0/E---3.1_29958.p',mnot) ).

thf(mor,axiom,
    ( mor
    = ( ^ [X4: $i > $o,X5: $i > $o,X3: $i] :
          ( ( X4 @ X3 )
          | ( X5 @ X3 ) ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.4ZUY6PpYj0/E---3.1_29958.p',mor) ).

thf(mimplies,axiom,
    ( mimplies
    = ( ^ [X4: $i > $o,X5: $i > $o] : ( mor @ ( mnot @ X4 ) @ X5 ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.4ZUY6PpYj0/E---3.1_29958.p',mimplies) ).

thf(mequiv,axiom,
    ( mequiv
    = ( ^ [X4: $i > $o,X5: $i > $o] : ( mand @ ( mimplies @ X4 @ X5 ) @ ( mimplies @ X5 @ X4 ) ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.4ZUY6PpYj0/E---3.1_29958.p',mequiv) ).

thf(mforall_ind,axiom,
    ( mforall_ind
    = ( ^ [X11: mu > $i > $o,X3: $i] :
        ! [X12: mu] :
          ( ( exists_in_world @ X12 @ X3 )
         => ( X11 @ X12 @ X3 ) ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.4ZUY6PpYj0/E---3.1_29958.p',mforall_ind) ).

thf(mvalid,axiom,
    ( mvalid
    = ( ^ [X4: $i > $o] :
        ! [X3: $i] : ( X4 @ X3 ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.4ZUY6PpYj0/E---3.1_29958.p',mvalid) ).

thf(subset_defn,axiom,
    ( mvalid
    @ ( mforall_ind
      @ ^ [X20: mu] :
          ( mforall_ind
          @ ^ [X21: mu] :
              ( mequiv @ ( subset @ X20 @ X21 )
              @ ( mforall_ind
                @ ^ [X22: mu] : ( mimplies @ ( member @ X22 @ X20 ) @ ( member @ X22 @ X21 ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.4ZUY6PpYj0/E---3.1_29958.p',subset_defn) ).

thf(prove_transitivity_of_subset,conjecture,
    ( mvalid
    @ ( mforall_ind
      @ ^ [X20: mu] :
          ( mforall_ind
          @ ^ [X21: mu] :
              ( mforall_ind
              @ ^ [X22: mu] : ( mimplies @ ( mand @ ( subset @ X20 @ X21 ) @ ( subset @ X21 @ X22 ) ) @ ( subset @ X20 @ X22 ) ) ) ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.4ZUY6PpYj0/E---3.1_29958.p',prove_transitivity_of_subset) ).

thf(c_0_9,plain,
    ( mand
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ( ~ ( Z0 @ Z2 )
            | ~ ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mand]) ).

thf(c_0_10,plain,
    ( mnot
    = ( ^ [Z0: $i > $o,Z1: $i] :
          ~ ( Z0 @ Z1 ) ) ),
    inference(fof_simplification,[status(thm)],[mnot]) ).

thf(c_0_11,plain,
    ( mor
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mor]) ).

thf(c_0_12,plain,
    ( mimplies
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ~ ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mimplies]) ).

thf(c_0_13,plain,
    ( mequiv
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ( ~ ( ~ ( Z0 @ Z2 )
                | ( Z1 @ Z2 ) )
            | ~ ( ~ ( Z1 @ Z2 )
                | ( Z0 @ Z2 ) ) ) ) ),
    inference(fof_simplification,[status(thm)],[mequiv]) ).

thf(c_0_14,plain,
    ( mand
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ( ~ ( Z0 @ Z2 )
            | ~ ( Z1 @ Z2 ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_9,c_0_10]),c_0_11]) ).

thf(c_0_15,plain,
    ( mimplies
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ~ ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_12,c_0_10]),c_0_11]) ).

thf(c_0_16,plain,
    ( mequiv
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ( ~ ( ~ ( Z0 @ Z2 )
                | ( Z1 @ Z2 ) )
            | ~ ( ~ ( Z1 @ Z2 )
                | ( Z0 @ Z2 ) ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_13,c_0_14]),c_0_15]) ).

thf(c_0_17,plain,
    ( mforall_ind
    = ( ^ [Z0: mu > $i > $o,Z1: $i] :
        ! [X12: mu] :
          ( ( exists_in_world @ X12 @ Z1 )
         => ( Z0 @ X12 @ Z1 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mforall_ind]) ).

thf(c_0_18,plain,
    ( mvalid
    = ( ^ [Z0: $i > $o] :
        ! [X3: $i] : ( Z0 @ X3 ) ) ),
    inference(fof_simplification,[status(thm)],[mvalid]) ).

thf(c_0_19,plain,
    ! [X39: $i,X38: mu] :
      ( ( exists_in_world @ X38 @ X39 )
     => ! [X37: mu] :
          ( ( exists_in_world @ X37 @ X39 )
         => ~ ( ~ ( ~ ( subset @ X38 @ X37 @ X39 )
                  | ! [X36: mu] :
                      ( ( exists_in_world @ X36 @ X39 )
                     => ( ~ ( member @ X36 @ X38 @ X39 )
                        | ( member @ X36 @ X37 @ X39 ) ) ) )
              | ~ ( ~ ! [X36: mu] :
                        ( ( exists_in_world @ X36 @ X39 )
                       => ( ~ ( member @ X36 @ X38 @ X39 )
                          | ( member @ X36 @ X37 @ X39 ) ) )
                  | ( subset @ X38 @ X37 @ X39 ) ) ) ) ),
    inference(fof_simplification,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[subset_defn]),c_0_15]),c_0_16]),c_0_17]),c_0_18])]) ).

thf(c_0_20,negated_conjecture,
    ~ ! [X45: $i,X44: mu] :
        ( ( exists_in_world @ X44 @ X45 )
       => ! [X43: mu] :
            ( ( exists_in_world @ X43 @ X45 )
           => ! [X42: mu] :
                ( ( exists_in_world @ X42 @ X45 )
               => ( ~ ~ ( ~ ( subset @ X44 @ X43 @ X45 )
                        | ~ ( subset @ X43 @ X42 @ X45 ) )
                  | ( subset @ X44 @ X42 @ X45 ) ) ) ) ),
    inference(fof_simplification,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[prove_transitivity_of_subset])]),c_0_14]),c_0_15]),c_0_17]),c_0_18])]) ).

thf(c_0_21,plain,
    ! [X55: $i,X56: mu,X57: mu,X58: mu] :
      ( ( ~ ( subset @ X56 @ X57 @ X55 )
        | ~ ( exists_in_world @ X58 @ X55 )
        | ~ ( member @ X58 @ X56 @ X55 )
        | ( member @ X58 @ X57 @ X55 )
        | ~ ( exists_in_world @ X57 @ X55 )
        | ~ ( exists_in_world @ X56 @ X55 ) )
      & ( ( exists_in_world @ ( esk2_3 @ X55 @ X56 @ X57 ) @ X55 )
        | ( subset @ X56 @ X57 @ X55 )
        | ~ ( exists_in_world @ X57 @ X55 )
        | ~ ( exists_in_world @ X56 @ X55 ) )
      & ( ( member @ ( esk2_3 @ X55 @ X56 @ X57 ) @ X56 @ X55 )
        | ( subset @ X56 @ X57 @ X55 )
        | ~ ( exists_in_world @ X57 @ X55 )
        | ~ ( exists_in_world @ X56 @ X55 ) )
      & ( ~ ( member @ ( esk2_3 @ X55 @ X56 @ X57 ) @ X57 @ X55 )
        | ( subset @ X56 @ X57 @ X55 )
        | ~ ( exists_in_world @ X57 @ X55 )
        | ~ ( exists_in_world @ X56 @ X55 ) ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_19])])])])])]) ).

thf(c_0_22,negated_conjecture,
    ( ( exists_in_world @ esk4_0 @ esk3_0 )
    & ( exists_in_world @ esk5_0 @ esk3_0 )
    & ( exists_in_world @ esk6_0 @ esk3_0 )
    & ( subset @ esk4_0 @ esk5_0 @ esk3_0 )
    & ( subset @ esk5_0 @ esk6_0 @ esk3_0 )
    & ~ ( subset @ esk4_0 @ esk6_0 @ esk3_0 ) ),
    inference(fof_nnf,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_20])])])]) ).

thf(c_0_23,plain,
    ! [X14: mu,X12: mu,X10: mu,X3: $i] :
      ( ( member @ X14 @ X12 @ X3 )
      | ~ ( subset @ X10 @ X12 @ X3 )
      | ~ ( exists_in_world @ X14 @ X3 )
      | ~ ( member @ X14 @ X10 @ X3 )
      | ~ ( exists_in_world @ X12 @ X3 )
      | ~ ( exists_in_world @ X10 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

thf(c_0_24,negated_conjecture,
    subset @ esk5_0 @ esk6_0 @ esk3_0,
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

thf(c_0_25,negated_conjecture,
    exists_in_world @ esk6_0 @ esk3_0,
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

thf(c_0_26,negated_conjecture,
    exists_in_world @ esk5_0 @ esk3_0,
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

thf(c_0_27,plain,
    ! [X12: mu,X10: mu,X3: $i] :
      ( ( subset @ X10 @ X12 @ X3 )
      | ~ ( member @ ( esk2_3 @ X3 @ X10 @ X12 ) @ X12 @ X3 )
      | ~ ( exists_in_world @ X12 @ X3 )
      | ~ ( exists_in_world @ X10 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

thf(c_0_28,negated_conjecture,
    ! [X10: mu] :
      ( ( member @ X10 @ esk6_0 @ esk3_0 )
      | ~ ( member @ X10 @ esk5_0 @ esk3_0 )
      | ~ ( exists_in_world @ X10 @ esk3_0 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_25]),c_0_26])]) ).

thf(c_0_29,negated_conjecture,
    subset @ esk4_0 @ esk5_0 @ esk3_0,
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

thf(c_0_30,negated_conjecture,
    exists_in_world @ esk4_0 @ esk3_0,
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

thf(c_0_31,negated_conjecture,
    ! [X10: mu] :
      ( ( subset @ X10 @ esk6_0 @ esk3_0 )
      | ~ ( member @ ( esk2_3 @ esk3_0 @ X10 @ esk6_0 ) @ esk5_0 @ esk3_0 )
      | ~ ( exists_in_world @ ( esk2_3 @ esk3_0 @ X10 @ esk6_0 ) @ esk3_0 )
      | ~ ( exists_in_world @ X10 @ esk3_0 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_27,c_0_28]),c_0_25])]) ).

thf(c_0_32,negated_conjecture,
    ! [X10: mu] :
      ( ( member @ X10 @ esk5_0 @ esk3_0 )
      | ~ ( member @ X10 @ esk4_0 @ esk3_0 )
      | ~ ( exists_in_world @ X10 @ esk3_0 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_29]),c_0_26]),c_0_30])]) ).

thf(c_0_33,negated_conjecture,
    ! [X10: mu] :
      ( ( subset @ X10 @ esk6_0 @ esk3_0 )
      | ~ ( member @ ( esk2_3 @ esk3_0 @ X10 @ esk6_0 ) @ esk4_0 @ esk3_0 )
      | ~ ( exists_in_world @ ( esk2_3 @ esk3_0 @ X10 @ esk6_0 ) @ esk3_0 )
      | ~ ( exists_in_world @ X10 @ esk3_0 ) ),
    inference(spm,[status(thm)],[c_0_31,c_0_32]) ).

thf(c_0_34,plain,
    ! [X12: mu,X10: mu,X3: $i] :
      ( ( member @ ( esk2_3 @ X3 @ X10 @ X12 ) @ X10 @ X3 )
      | ( subset @ X10 @ X12 @ X3 )
      | ~ ( exists_in_world @ X12 @ X3 )
      | ~ ( exists_in_world @ X10 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

thf(c_0_35,negated_conjecture,
    ~ ( subset @ esk4_0 @ esk6_0 @ esk3_0 ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

thf(c_0_36,negated_conjecture,
    ~ ( exists_in_world @ ( esk2_3 @ esk3_0 @ esk4_0 @ esk6_0 ) @ esk3_0 ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_34]),c_0_30]),c_0_25])]),c_0_35]) ).

thf(c_0_37,plain,
    ! [X12: mu,X10: mu,X3: $i] :
      ( ( exists_in_world @ ( esk2_3 @ X3 @ X10 @ X12 ) @ X3 )
      | ( subset @ X10 @ X12 @ X3 )
      | ~ ( exists_in_world @ X12 @ X3 )
      | ~ ( exists_in_world @ X10 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

thf(c_0_38,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_37]),c_0_25]),c_0_30])]),c_0_35]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.10  % Problem    : SET027^7 : TPTP v8.1.2. Released v5.5.0.
% 0.02/0.11  % Command    : run_E %s %d THM
% 0.11/0.31  % Computer : n005.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit   : 300
% 0.11/0.31  % WCLimit    : 300
% 0.11/0.31  % DateTime   : Fri May  3 10:16:10 EDT 2024
% 0.11/0.31  % CPUTime    : 
% 0.16/0.42  Running higher-order theorem proving
% 0.16/0.42  Running: /export/starexec/sandbox/solver/bin/eprover-ho --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/tmp/tmp.4ZUY6PpYj0/E---3.1_29958.p
% 0.16/0.44  # Version: 3.1.0-ho
% 0.16/0.44  # Preprocessing class: HSMSSMSSMLLNHSN.
% 0.16/0.44  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.44  # Starting new_ho_10_cnf2 with 1500s (5) cores
% 0.16/0.44  # Starting post_as_ho3 with 300s (1) cores
% 0.16/0.44  # Starting new_ho_12 with 300s (1) cores
% 0.16/0.44  # Starting new_bool_2 with 300s (1) cores
% 0.16/0.44  # new_ho_12 with pid 30041 completed with status 0
% 0.16/0.44  # Result found by new_ho_12
% 0.16/0.44  # Preprocessing class: HSMSSMSSMLLNHSN.
% 0.16/0.44  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.44  # Starting new_ho_10_cnf2 with 1500s (5) cores
% 0.16/0.44  # Starting post_as_ho3 with 300s (1) cores
% 0.16/0.44  # Starting new_ho_12 with 300s (1) cores
% 0.16/0.44  # No SInE strategy applied
% 0.16/0.44  # Search class: HGUNS-FFSS32-SHSSMFNN
% 0.16/0.44  # partial match(2): HGUNS-FFMF32-SHSSMFNN
% 0.16/0.44  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 0.16/0.44  # Starting new_ho_10 with 163s (1) cores
% 0.16/0.44  # new_ho_10 with pid 30044 completed with status 0
% 0.16/0.44  # Result found by new_ho_10
% 0.16/0.44  # Preprocessing class: HSMSSMSSMLLNHSN.
% 0.16/0.44  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.44  # Starting new_ho_10_cnf2 with 1500s (5) cores
% 0.16/0.44  # Starting post_as_ho3 with 300s (1) cores
% 0.16/0.44  # Starting new_ho_12 with 300s (1) cores
% 0.16/0.44  # No SInE strategy applied
% 0.16/0.44  # Search class: HGUNS-FFSS32-SHSSMFNN
% 0.16/0.44  # partial match(2): HGUNS-FFMF32-SHSSMFNN
% 0.16/0.44  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 0.16/0.44  # Starting new_ho_10 with 163s (1) cores
% 0.16/0.44  # Preprocessing time       : 0.002 s
% 0.16/0.44  # Presaturation interreduction done
% 0.16/0.44  
% 0.16/0.44  # Proof found!
% 0.16/0.44  # SZS status Theorem
% 0.16/0.44  # SZS output start CNFRefutation
% See solution above
% 0.16/0.44  # Parsed axioms                        : 77
% 0.16/0.44  # Removed by relevancy pruning/SinE    : 0
% 0.16/0.44  # Initial clauses                      : 53
% 0.16/0.44  # Removed in clause preprocessing      : 38
% 0.16/0.44  # Initial clauses in saturation        : 15
% 0.16/0.44  # Processed clauses                    : 37
% 0.16/0.44  # ...of these trivial                  : 0
% 0.16/0.44  # ...subsumed                          : 1
% 0.16/0.44  # ...remaining for further processing  : 36
% 0.16/0.44  # Other redundant clauses eliminated   : 0
% 0.16/0.44  # Clauses deleted for lack of memory   : 0
% 0.16/0.44  # Backward-subsumed                    : 0
% 0.16/0.44  # Backward-rewritten                   : 0
% 0.16/0.44  # Generated clauses                    : 13
% 0.16/0.44  # ...of the previous two non-redundant : 7
% 0.16/0.44  # ...aggressively subsumed             : 0
% 0.16/0.44  # Contextual simplify-reflections      : 0
% 0.16/0.44  # Paramodulations                      : 13
% 0.16/0.44  # Factorizations                       : 0
% 0.16/0.44  # NegExts                              : 0
% 0.16/0.44  # Equation resolutions                 : 0
% 0.16/0.44  # Disequality decompositions           : 0
% 0.16/0.44  # Total rewrite steps                  : 16
% 0.16/0.44  # ...of those cached                   : 11
% 0.16/0.44  # Propositional unsat checks           : 0
% 0.16/0.44  #    Propositional check models        : 0
% 0.16/0.44  #    Propositional check unsatisfiable : 0
% 0.16/0.44  #    Propositional clauses             : 0
% 0.16/0.44  #    Propositional clauses after purity: 0
% 0.16/0.44  #    Propositional unsat core size     : 0
% 0.16/0.44  #    Propositional preprocessing time  : 0.000
% 0.16/0.44  #    Propositional encoding time       : 0.000
% 0.16/0.44  #    Propositional solver time         : 0.000
% 0.16/0.44  #    Success case prop preproc time    : 0.000
% 0.16/0.44  #    Success case prop encoding time   : 0.000
% 0.16/0.44  #    Success case prop solver time     : 0.000
% 0.16/0.44  # Current number of processed clauses  : 21
% 0.16/0.44  #    Positive orientable unit clauses  : 7
% 0.16/0.44  #    Positive unorientable unit clauses: 0
% 0.16/0.44  #    Negative unit clauses             : 2
% 0.16/0.44  #    Non-unit-clauses                  : 12
% 0.16/0.44  # Current number of unprocessed clauses: 0
% 0.16/0.44  # ...number of literals in the above   : 0
% 0.16/0.44  # Current number of archived formulas  : 0
% 0.16/0.44  # Current number of archived clauses   : 15
% 0.16/0.44  # Clause-clause subsumption calls (NU) : 65
% 0.16/0.44  # Rec. Clause-clause subsumption calls : 29
% 0.16/0.44  # Non-unit clause-clause subsumptions  : 1
% 0.16/0.44  # Unit Clause-clause subsumption calls : 11
% 0.16/0.44  # Rewrite failures with RHS unbound    : 0
% 0.16/0.44  # BW rewrite match attempts            : 0
% 0.16/0.44  # BW rewrite match successes           : 0
% 0.16/0.44  # Condensation attempts                : 37
% 0.16/0.44  # Condensation successes               : 0
% 0.16/0.44  # Termbank termtop insertions          : 4197
% 0.16/0.44  # Search garbage collected termcells   : 1070
% 0.16/0.44  
% 0.16/0.44  # -------------------------------------------------
% 0.16/0.44  # User time                : 0.006 s
% 0.16/0.44  # System time              : 0.002 s
% 0.16/0.44  # Total time               : 0.008 s
% 0.16/0.44  # Maximum resident set size: 2100 pages
% 0.16/0.44  
% 0.16/0.44  # -------------------------------------------------
% 0.16/0.44  # User time                : 0.008 s
% 0.16/0.44  # System time              : 0.004 s
% 0.16/0.44  # Total time               : 0.012 s
% 0.16/0.44  # Maximum resident set size: 1792 pages
% 0.16/0.44  % E---3.1 exiting
% 0.16/0.44  % E exiting
%------------------------------------------------------------------------------